home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / sclean.arc / SCLEAN.DOC < prev   
Text File  |  1986-03-06  |  2KB  |  33 lines

  1. SCLEAN.DOC -- Subdirectory Clean Utility 01/21/86 -- by Michael F. Roberts
  2.  
  3.      SCLEAN.COM is a utility program for MS-DOS or PC-DOS, version 2.0 and
  4. up. It allows you to do a wildcard delete on certain filenames throughout
  5. an entire hard disk directory. (It searches through subdirectories as well
  6. as the root to find files matching the filespec given on the command line.)
  7. After each file found, you are prompted to verify that it is OK to delete
  8. the specified file. The syntax for using this utility is:
  9.  
  10.     SCLEAN [d:] filename
  11.  
  12. SCLEAN begins searching in the root directory and then scans any subdirec-
  13. tories that exist. Whenever a filename is found that matches the one you
  14. specify, SCLEAN will print out the filename and its path and then wait for
  15. you to enter a Y or a N. Choosing a Y will cause the file shown to be deleted,
  16. an N will skip deletion of the file and continue searching for the next match.
  17. Any response other than a Y or N will cause re-prompting.
  18.  
  19. This little gem of a utility was written by Michael F. Roberts of Snohomish,
  20. Washington and was published in PC Magazine, Vol. 5, #3 (Feb 11, 1986) (as
  21. a BASIC source listing which creates the SCLEAN.COM file from data statements.)
  22. I typed in the SCLEAN.BAS from the listing in the magazine and created this
  23. .DOC file and put them together in a .LBR file for distribution. Hope you
  24. enjoy this program.. I find it handy to use to delete all my .BAK files which
  25. accumulate all over the place after a crazy editing/development/testing
  26. session.. (Thank you Michael Roberts and PC Magazine!)
  27.  
  28.                         -- Kim Levitt, sysop
  29.                            MBBS HQ PDSE
  30.                            (213) 653-6398
  31.                            (300/1200/2400, 24hrs)
  32.  
  33.